home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / etc / fonts / conf.avail / 90-ttf-arphic-uming-embolden.conf < prev    next >
Extensible Markup Language  |  2008-02-19  |  541b  |  22 lines

  1. <?xml version="1.0"?>
  2. <!DOCTYPE fontconfig SYSTEM "fonts.dtd">
  3. <fontconfig>
  4.     
  5.     <match target="font" >
  6.         <test name="family" compare="contains" >
  7.             <string>AR PL UMing</string>
  8.         </test> 
  9.                 <!-- check to see if the font is just regular -->
  10.                 <test name="weight" compare="less_eq">
  11.                         <int>100</int>
  12.         </test>
  13.         <test compare="more_eq" target="pattern" name="weight" >
  14.             <int>180</int>
  15.         </test>
  16.         <edit mode="assign" name="embolden" >
  17.             <bool>true</bool>
  18.         </edit>
  19.     </match>
  20.  
  21. </fontconfig>
  22.